projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c396c
)
ci/make-git-snapshot.sh: xz the archive
author
Jonathan Lebon
<jonathan@jlebon.com>
Thu, 3 Feb 2022 18:23:43 +0000
(13:23 -0500)
committer
Jonathan Lebon
<jonathan@jlebon.com>
Thu, 3 Feb 2022 18:23:43 +0000
(13:23 -0500)
This matches `make dist` and what the spec file expects.
ci/make-git-snapshot.sh
patch
|
blob
|
history
diff --git
a/ci/make-git-snapshot.sh
b/ci/make-git-snapshot.sh
index 1b17b93f7042ccfd25a75d1ebe16aba0ccbaeb2a..acfdd6c259e969b0bdb5c23266d7ff6ba13b1e9c 100755
(executable)
--- a/
ci/make-git-snapshot.sh
+++ b/
ci/make-git-snapshot.sh
@@
-26,3
+26,4
@@
ls -al ${TARFILE_TMP}
rm submodule.tar
done
mv ${TARFILE_TMP} ${TARFILE}
+xz "${TARFILE}"